SPARF: Bidding Orders

All bids must be enetered one per line, inside a start...end block. Before your bids are processed, the will be sorted in descending order of amount. REPEAT: if you try to make a high bid conditional on a low bid, you will get unexpected results.

In a SEPARATE file, submit your names (using the "name" command), also in a start...end block

Each bid has the form:

<teamcode> <lot> <amount> <cond>

<teamcode> is your teamcode
<lot> is the rookie group from which you want to draft
<amount> is the number of kSparf you want to bid
<cond> is the conditions under which you want to cancel the bid

syntax for conditionals

<x> "I already have <x> draftees this round"
<x>@<y> "I already have <x> draftees from lot <y> this round"
and logical-and
or logical-or
() sets order of operation

examples:

3 "I already have 3 draftees"
3 or 1@2 "I already have 3 draftees, or I got a lot 2 rookie"

full examples:

start
faketeam 2 60
faketeam 5 40
faketeam 5 40
faketeam 5 40 3
faketeam 10 10 3 or 1@2
end